Archivo de la categoría: solaris

###Group Management###

groupadd / groupmod / newgrp / groups The file that stores group information is: /etc/group bash-3.00# cat /etc/group root::0: other::1:root bin::2:root,daemon sys::3:root,bin,adm adm::4:root,daemon uucp::5:root mail::6:root tty::7:root,adm lp::8:root,adm nuucp::9:root staff::10: daemon::12:root sysadmin::14: smmsp::25: gdm::50: webservd::80: postgres::90: nobody::60001: noaccess::60002: nogroup::65534: mysql::100: sasl::101: columns: group_name : optional_password : GID : list_ofmembers (comma-delimeted) Groups are basically use to restric… Leer más »

User & Group Management – Shell Based Tools

####### User Management – Shell based tools ####### useradd – adds users to /etc/passwd /etc/shadow -bash-3.00# ls -ltr passwd shadow -r——– 1 root sys 422 Aug 11 04:54 shadow -rw-r–r– 1 root sys 834 Aug 11 05:43 passwd shadow file is readable only by the root user for security purposes passwd file is flag world… Leer más »

SMF INET Admin

###### Service Management with ‘inetadm’ ######### -bash-3.00# which inetadm /usr/sbin/inetadm inetadm controls INETD services Note: INETD is a super-server which proxies connections to servers ( such as telnet ) client -> INETD -> telnet Note: INETD services are traditionally defined in /etc/inetd.conf Telnet is enabled by default -bash-3.00# inetadm |grep online | wc -l 19… Leer más »

SMF Service ADMIN

-bash-3.00# which svcadm /usr/sbin/svcadm -bash-3.00# svcadm Usage: svcadm [-v] [cmd [args … ]] svcadm enable [-rst] … – enable and online service(s) svcadm disable [-st] … – disable and offline service(s) svcadm restart … – restart specified service(s) svcadm refresh … – re-read service configuration svcadm mark [-It] … – set maintenance state svcadm clear… Leer más »

undo VIM Colores VIM SOlaris

~ original vi had only one level of undo ~ yikes! ~ vim has unlimited (limited only by memory) ~ set ‘undolevels’ to what you need (1000 default) ~ simple case: u – undo, CTRL-R – redo ~ vim 7 introduces branched undo ~ if you undo something, and make a change, a new branch… Leer más »

Primary SMF Utilities

3 Primary SMF Utilities: 1. svcs – lists services and provides additional info 2. svcadm – permits interation with services, including state transitions. 3. svccfg – permits interaction with service configuration database bash-3.00# svcs -a |less STATE STIME FMRI legacy_run 14:43:50 lrc:/etc/rc2_d/S10lu legacy_run 14:43:50 lrc:/etc/rc2_d/S20sysetup legacy_run 14:43:50 lrc:/etc/rc2_d/S40llc2 legacy_run 14:43:50 lrc:/etc/rc2_d/S42ncakmod legacy_run 14:43:51 lrc:/etc/rc2_d/S47pppd legacy_run… Leer más »

SMF Service Management Facility

Service Management Facilty (SMF) Service Names Solaris uses a URI string called an FMRI (Fault Managed Resource Identifier) to identify system objects for which advanced fault and resource management capabilities are provided. Services managed by SMF are assigned FMRI strings prefixed with the scheme name «svc», as shown in the following examples for the Solaris… Leer más »

Changing the IP on Solaris 10 requires editing two files:

1. /etc/hosts 2. /etc/inet/ipnodes If you are changing network address, you will need to change the router address in the file: 1. /etc/defaultrouter Changing the hostname now only requires editing these files: 1. /etc/hosts 2. /etc/nodename 3. /etc/hostname.<interface name> <interface name> is the driver name followed by the instance number of the interface. ie. hme0,… Leer más »

OPENSSL HTTPS SSL SOLARIS COOLSTACK

OpenSolaris Discussions Communities Projects Download Source Browser sun.com docs.sun.com My Sun Worldwide Sites Products Downloads Service & Solutions Support Training Research Contents Configuring SSL for Coolstack This document provides information about how to enable SSL for Coolstack version 1.1. What is Coolstack? Coolstack (also called as SAMP stack), contains the following software that is built… Leer más »