I need to know how to figure the overhead for filesystems in Solaris 9 using Disk Suite. For example, if someone says they need a 1GB filesystem and I create a slice on an EMC disk from slice a of 1GB, then they may have only 750MB of disk space. Or if someone wants a 1GB filesystem, then I...
It has been way too long since I have worked with DOS batch files, however, I want to rename a directory if found to something else.
The directory name to begin with has a space in it, such as, "market research" that needs to become "market_research" and how to search in multiple directories...
How can I make the code below secure? Thanks. I am not a C programmer.
***************
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#define MAXSTRING 100
#define LEN 80
char s[LEN];
char cmd[MAXSTRING];
main(int argc,char **argv) {
setuid(0);
setgid(0)...
How do I print these lines so it is a single line with each path delimited by a colon (:)?
/usr/j2se/jre/lib/sparc/libawt.so
/usr/j2se/jre/lib/sparcv9/libawt.so
/usr/java1.2/jre/lib/sparc/libawt.so
/usr/openv/java/jre/lib/sparc/libawt.so
/mnt/SunVTS_5.1_PS5/.install/JRE/jre/lib/sparc/libawt.so...
Using ‘prstat –s size’ the RSS is 97M, however, using ‘pmap –xs <pid>’ the RSS is 121744kb.
prstats “size” column reports 131M, and pmap reports 133664kb in the first column which is the shared processes totals.
The second one (SIZE) is closer than the first one (RSS) .Why the difference...
Using ‘svmon’ in AIX I can get memory usage statistics like this:
-------------------------------------------------------------------------------
Pid Command Inuse Pin Pgsp Virtual 64-bit Mthrd
10478 maragent 16020 1789 183 5596 N Y...
Is there a way to use Perl to create a parallel command that would execute a program across multiple servers in parallel.
I have spent 5 years on IBM’s SP2 system that has parallel commands that run on all servers simultaneously and precludes one from having to log into each system to run a...
I posted this in the TSM forum, but am not sure of activity there, so I am posting here to.
I am getting a TSM return code of ANS0326E which says "All the tape mount points for this node are in use," and to resolve it says, "Increase the number of allowed tape mounts for this node on the...
I am getting a TSM return code of ANS0326E which says "All the tape mount points for this node are in use," and to resolve it says, "Increase the number of allowed tape mounts for this node on the server."
How do I do this?
Thanks.
My Oracle databases on Solaris 9 are not coming down cleanly. If I execute the script manually it stops the databases, but if it runs as part of a reboot, it executes the script but isn’t shutting down the databases before the server shuts down.
In the /sbin/rc6 script it does a killall, but...
Say some DBA's come over and say they need 100GB of disk, which of course has to be added. On AIX all I have to do is run cfgmgr and the disk is seen, no rebooting. So far it seems that on Solaris 9, we have to reboot.
Is there a way to do this without requiring a reboot of the Solaris...
This is what I get when using crontab -e :
root:/etc/default> crontab -e
477
[blank line for cursor]
Why? This is Solaris 9 and it occurs with either /bin/ksh or /sbin/sh. Have tried using TERM equal to ansi, vt100, and wyse75.
Thanks.
host=saturn
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
host=neptune
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
Given the above, how do I insert...
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
Given the above line from ifconfig, how do I get it so it prints like this (there are multiple adapters (6) in the server, too, besides the loopback, that need formatted):
lo0...
On my SP complex I can use the distributed shell (dsh), parallel commands (pcp), and also use SP commands (splstdata) to retrieve information from all hosts in the complex, e.g., all IP's for all ethernet adapters.
Is there a similar tool for Solaris? I have about 50 Solaris servers and I...
On my Solaris servers there are two Sendmail processes, and one of them is owned by smmsp:
root 273 1 0 Jun 10 ? 0:00 /usr/lib/sendmail –bd -q15m
smmsp 274 1 0 Jun 10 ? 0:00 /usr/lib/sendmail –Ac -q15m
Why are there two processes and who/what is smmsp?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.