Solaris

Changing User Passwords from the Command Line

bash-3.00# passwd stfaChanging password for “stfa”stfa’s New password:Enter the new password again: Any time a password needs to be changed, whether by a regular user or the superuser, the passwd command is used. Normally an ordinary user on the system can change his or her own password (but nobody else’s). When invoked, the user is …

Changing User Passwords from the Command Line Read More »

Solaris Virtual Memory

Virtual memory combines RAM and dedicated disk storage areas known as swap space. Virtual memory management software maps copies of files on disk to virtual addresses. Programs use these virtual addresses rather than real addresses to store instructions and data. Virtual memory makes it possible for the operating system (OS) to use a large range …

Solaris Virtual Memory Read More »

How can I log information about ftp accesses to a file?

1) In /etc/syslog.conf, add the line: daemon.debug /tmp/daemon.log 2) # touch /tmp/daemon.log # refresh -s syslogd 3) Modify your inetd.conf so that ftpd is called with the “-l” flag. You may also want the “-d” flag. This can be done with ‘smit inetdconf’. All the syslog messages from various system daemons should now appear in …

How can I log information about ftp accesses to a file? Read More »

How do I get rid of the verbose error messages?

Many of the messages from the Unix commands are available in different languages. This is controlled by the LANG environment variable, the default being En_US meaning English in the US. All the default messages have a message number associated with them, e.g.: $ cat no-such-file cat: 0652-050 Cannot open no-such-file. If you prefer the terser …

How do I get rid of the verbose error messages? Read More »

Solaris: How to Enable Native MPxIO fo EMC / HP / IBM / NETAPP

To enable MPxIO for storage devices, the appropriate information for device-type-scsioptions-list need to be added in the /kernel/drv/scsi_vhci.conf file. 1. Use a text editor to change the configuration file. For example: # vi /kernel/drv/scsi_vhci.conf 2. For Solaris 8 and 9 perform the following steps: a. Change the mpxio-disable parameter to the following: mpxio-disable=”no”; b. Verify …

Solaris: How to Enable Native MPxIO fo EMC / HP / IBM / NETAPP Read More »

Scroll to Top