Search Results

Search: Posts Made By: mhm4
Forum: Solaris 05-29-2008
5,519
Posted By mhm4
No. but I have DSEE experience :)
No. but I have DSEE experience :)
Forum: Solaris 05-29-2008
10,823
Posted By mhm4
You have errors in your root's .profile and make...
You have errors in your root's .profile and make sure your path is being set correctly.
Forum: Solaris 05-29-2008
6,356
Posted By mhm4
Depending on how many objects you are allocating,...
Depending on how many objects you are allocating, you could be blowing your heap. Memory leaks are still possible in Java. Make sure you are dereferencing your objects (setting to null) so garbage...
Forum: Solaris 05-11-2008
12,848
Posted By mhm4
I use expect: #!/opt/bin/expect -- set...
I use expect:
#!/opt/bin/expect --

set password [lindex $argv 1]
spawn /bin/passwd [lindex $argv 0]
expect "Password:"
send "$password\r"
expect "Password:"
send "$password\r"
expect eof...
Forum: What is on Your Mind? 01-24-2008
2,588
Posted By mhm4
RoHS question
I am just curious. How is RoHS compliancy impacting IT? I understand it is addressing environmental concerns but what are other impacts (positive/negative) if any? Does this impact tax liability...
Forum: Solaris 01-24-2008
3,577
Posted By mhm4
look at sunsolve.sun.com under system handbook....
look at sunsolve.sun.com under system handbook. It states which systems are RoHS compliant.
Forum: Solaris 01-23-2008
47,440
Posted By mhm4
unzip using gzip -d...
unzip using gzip -d lsof-4.77-sol10-sparc-local.gz
in the same dir you unzzipped it, then execute pkgadd -d . pkg name
Forum: Solaris 10-23-2007
35,897
Posted By mhm4
cmd
You can use the showmount command
Forum: Solaris 08-03-2007
14,987
Posted By mhm4
Thanks guys. I thought that was the case. ...
Thanks guys.
I thought that was the case.

Also, Sharity looks interesting but it still relies on nfs (at least locally). Plus, the website states there maybe issues in stale NFS file handlers...
Forum: Solaris 08-02-2007
14,987
Posted By mhm4
Mounting CIFS share
Is it possible to mount a samba share on a solaris system? I know this is possible with Linux using a fstype of smbfs. I am trying to aviod having to share the same directories via cifs and nfs on a...
Forum: Solaris 06-22-2007
5,767
Posted By mhm4
You need to use odbc as stated in the previous...
You need to use odbc as stated in the previous post by porter. This is not dependent on any web services you may have. The easiest way I would solve this is by writing a java app to use a jdbc-odbc...
Forum: Solaris 06-22-2007
9,749
Posted By mhm4
is your domain set in resolv.conf?
is your domain set in resolv.conf?
Forum: Solaris 06-21-2007
2,594
Posted By mhm4
and slice to the metadevice (this varies on type...
and slice to the metadevice (this varies on type of volume manager u are running) then run
growfs -M /u01 /.../rdsk/.../u01vol
Forum: Solaris 06-13-2007
32,490
Posted By mhm4
Thanks all for your feedback. I was not aware...
Thanks all for your feedback.
I was not aware for nmap. This looks like a great tool.
I love the simplicity of the python script also.
I believe lsof is for the local system, meaning that it must...
Forum: Solaris 06-11-2007
32,490
Posted By mhm4
how to monitor ports
I run into this issue occasionally and just looking for suggestions on how others solved it. I would like to monitor ports on a large number of systems and would like to determine which systems are...
Forum: Solaris 05-30-2007
3,162
Posted By mhm4
I think the man page states it as src:ipaddr.port
I think the man page states it as src:ipaddr.port
Forum: Solaris 05-30-2007
3,162
Posted By mhm4
netstat -I hme0
netstat -I hme0
Forum: Solaris 05-29-2007
4,249
Posted By mhm4
Cehck passwd entry for root. Check root profile...
Cehck passwd entry for root. Check root profile also
Forum: Solaris 05-29-2007
2,986
Posted By mhm4
FYI: McAfee VirusScan 4.40 for UNIX engine broken
FYI: As of 5/25, all dat updates are failing when uvscan v4.40 is run. McAfee has discontinued support for v4.40 in Jan 07. You will need to upgrade to v5.10 to support the new dat updates.
...
Forum: Solaris 05-21-2007
3,684
Posted By mhm4
Update profile to use sudo. Ex sudo entry: ...
Update profile to use sudo.

Ex sudo entry:
Cmnd_Alias restrictedcmds = /usr/sbin/pkgadd, /usr/sbin/pkgrm
user1 ALL=(ALL) NOPASSWD:restrictedcmds
Forum: Solaris 05-21-2007
7,876
Posted By mhm4
UE =uncorrectable error. I wish reseating memory...
UE =uncorrectable error. I wish reseating memory was all that was needed to repair failed memory. Did you run diagnostics?
Forum: Solaris 05-18-2007
7,876
Posted By mhm4
I agree with Duke, Run Post diagnostics or VTS...
I agree with Duke, Run Post diagnostics or VTS to verify.
Forum: Solaris 05-11-2007
8,934
Posted By mhm4
I think that maybe synonamous with the above...
I think that maybe synonamous with the above getent hosts becasue the command is also looking in the hosts map. NIS clients do not need to be listed in the hosts file to join a domain. Unless the...
Forum: Solaris 05-10-2007
8,934
Posted By mhm4
Is there a way to find the list of all clients...
Is there a way to find the list of all clients (not slaves) in a NIS domain?
Forum: Solaris 05-09-2007
8,968
Posted By mhm4
Why not just study without cheating?
Why not just study without cheating?
Showing results 1 to 25 of 81

 
All times are GMT -4. The time now is 06:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy