This page has been translated from English

Articles Comments

Guatewireless.org " Solaris 10

How to add a Unix user to a Group

Tweet To add a user to a group under Sun Solaris Unix operating system from the command line, follow the instructions below Add a new user to a group's time to add the new user administrator to the group called developers, as follows: # useradd-G developers-d / usr / home / admin-m # passwd admin administrator where,-G developers: is the secondary group which will belong to the administrator. This group must exist in the system. -D / usr / home / administrator: administrator home directory-m: It creates the new user's home if there is no administrator: user name Add an existing UNIX user to use a secondary group usermod command to change the definition or user login parameters in the system, including which group it belongs. For example, to add to ... Read full article »

Filed under: Solaris 10 , Unix

Restart the snmpd service on Solaris 10

Tweet Sometimes the command kill-HUP Does Not Always Cause the Agent to Reread the snmpd.conf configuration file. Therefore, it may not turn in all cases changes in the configuration file. Instead of using kill-HUP, restart the System Management Agent after adding modifications to snmpd.conf, of the following means: # / etc / init.d / restart init.sma use of services in Solaris 10 is based on SMF (Service Management Facility), we can manage SNMP service with the following commands: To view the status of the SNMP service: # svcs-a | grep snmp 18 00 online svc: / application / management / snmpdx: default If I were in a state maintenance (maintenance) # svcadm clear snmpdx If you were disabled (disabled) # svcadm enable snmpdx ... Read full article »

Filed under: Solaris 10

Configure and activate the SNMP service on Solaris 10

Tweet In the last few days I have found the need to monitor my server resources with Solaris 10. One way is through Cacti. But to link the Cacti monitoring services with my server, graphical power, I must set the Solaris service where information is available. First of all, service or protocol Simple Network Management and SNMP is already installed and ready APRA used in Solaris 10. Surely the Net-SNMP package created your configuration file is Located in / etc / snmp / snmpd.conf. But equally, Net-SNMP Installation First install Solaris 10 packages SUNWsmmgr, SUNWsmcmd, and SUNWsmdoc SUNWsmagt. Then we enter the configuration directory keyboards, cd / etc / sma / snmp cp snmpd.conf snmpd.conf vi snmpd.conf.dist minimum configuration to have our service SNMP enabled ... Read full article »

Filed under: Solaris 10

Using smbclient to transfer files between Solaris 10 and Windows

Tweet I've spent a while trying to configure NFS mount Windows Server 2003/2008 shares in the file system via Samba Solaris 10, and in the end none of it worked. Command to send files from Solaris to Windows I will be direct by example so we all save time. We are in the directory where the file we want to send, in our case test.txt. Our file must have sufficient permissions for the user running the command can read it. solaris_server # / usr / sfw / bin / smbclient-U administrator 192.168.1.69pearljam PASSWORD-c "put test.txt" params.c: OpenConfFile () - Unable to open configuration file "/ etc / sfw / smb.conf": No such file or directory / usr / sfw / bin / smbclient: Can not load / etc / sfw / smb.conf - run testparm to debug it Domain = [DOMAINNAME] OS = [Windows Server 2003 R2 3790 Service Pack 2] Server = [Windows Server 2003 R2 ... Read full article »

Filed under: System Administration , Solaris 10

Get the version of Solaris in execution

Tweet Sometimes it is very necessary and useful as to know the Solaris operating system version installed and running on the server. Especially if you are accessing from a remote connection. If you run the uname command with the-to obtain valuable information from the installed OS version: # uname-a SunOS 5.10 Generic_141445-09 dft5dbmp01 i86pc i386 i86pc We also have the option to check the file / etc / release information for extra release of our version of Solaris / # cat / etc / release Solaris 10 10/09 s10x_u8wos_08a X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 September 2009 ... Read full article »

Filed under: Solaris 10


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 52124095 bytes) in / home / guatewireless / site / wp-content / plugins / google-bot-bling / google-bot-bling.php on line 114