The title says it all really. I am writing a shell script for a Linux box, and I have recently run into a problem. I need to make sure I am at a certain run level first.
Hence, the question. How can I find out what run level the box is currently running at?
Is there a system variable... (2 Replies)
Hello,
we have an 7015-R40, we want to update AIX.
oslevel shows 4.3.2.0
At ibm.com we found following
AIX 4300-11 maintenance package
Recommended maintenance for AIX 4.3.3
It's possible to update the system with this file or does we need another source?
Thank you!
S. (8 Replies)
Hi
I was told for Solaris 8, 9 and 10 there is a command to get the current OS level patches ? Does anyone know ? This will be the equivalent of the AIX Maintenance level. Thanks (2 Replies)
Hi,
I want to know which command will list only maintenance level of Aix Operating system
For Example:
5.3.1.7 in this example which is maintenance level of OS. (3 Replies)
Hi all,
I've searched around and not found any specific solution to my problem, so wondered if someone out there could help.
I'm in the process of migrating some shell scripts from HP UNIX to AIX and one of the scripts uses the 'logname' command.
On HP 'logname' returns the login name,... (8 Replies)
Hi All,
I need to do maintenance on the SAN. Do I need to shutdown AIX as well? Or I can just unmount the SAN-FS and let the SAN reboot or do maintenance mode. And then when SAN is up, just mount it back.
Is that simple it is or not?
Thanks in advance,
itik (1 Reply)
Hello
I have a question.
I have several box with
$ oslevel -s
5300-06-01-0000
My questions are:
1.-How long I can keept my actual technology level (in time) before I updated to the next technology level?
My other question is If I have to update to the next technology level.
... (2 Replies)
Hi All
I was wondering what is the most efficient way to find files in the current directory(that may contain 100,000's files), that meets a certain specified file type and of a certain age.
I have experimented with the find command in unix but it also searches all sub directories. I have... (2 Replies)
Hi,
How to find out patch level in AIX and what patches are installed on AIX box?
As per my knowledge oslevel -s will give service and maintanance level description , but regarding patch level any command is there?
Regards,
Manoj (1 Reply)
Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS )
This article or post covers upgrades for
- Hardware Management Console ( HMC )
- Firmware ( also known as microcode )
- VIO ( Virtual I/O Server = PowerVM )
- AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies
LEARN ABOUT HPUX
dtsd
dtsd(1m)dtsd(1m)NAME
dtsd - Restarts the DTS daemon
SYNOPSIS
dtsd [options] [-d] [-w serviceability]
dtsd [-s [-k courier|noncourier] [-g] [-o]]
dtsd -c
ARGUMENTS
Debug mode. The command will run in the foreground. See svcroute(5) for the full description of the appropriate format for this entry.
Only the three-field format, severity:how:where, is used. An example is: FATAL:TEXTFILE:/dev/console Run as a server. Default is backup,
courier, local server Run dtsd as a global server. Run dtsd as a courier. Run dtsd as a noncourier. When enabling as a server, set the
clock immediately. Equivalent to the command enable set clock true in dtscp or to the command dcecp dts activate -abruptly. Run dtsd as a
clerk.
DESCRIPTION
The dtsd command invokes the DTS daemon (clerk or server process). This command is usually executed as part of the overall DCE startup
script, rc.dce.
You can enter the command manually under the following conditions: If a DTS daemon fails to start automatically upon reboot If you want to
restart a daemon that you shut down to perform a backup or do diagnostic work
In normal rebooting, the rc.dce script automatically provides arguments appropriate to the choice of configuration options.
The command line arguments shown here can also be provided to dced as part of the fixed configuration strings, if dced is configured to
automatically start the dtsd.
If dtsd is started with no arguments (other than -d and -w), then the server must be started with dcecp. The following example configures
a local server: dcecp> dts configure -notglobal dcecp> dts activate
Privilege Required
DTS runs as the host machine principal, which is usually root. See the Security reference pages for information about principals.
NOTES
Use dtsd interactively only when troubleshooting; use the rc.dce script to start the DTS daemon. On some systsems the superuser is associ-
ated with the machine principal.
EXAMPLES
To restart the daemon, follow these steps: Log in to the system as superuser (root). Use the ps command to make sure that dced and cdsadv
are running. (The DCE daemon provides the endpoint mapping and security services, and cdsadv provides CDS.) Enter the following command
to restart the dts daemon as a clerk: $ dtsd -c
To restart the dts daemon as a server, use dtsd -s and to restart it as a global server, setting the clock on startup, use dtsd -s -g -o
RELATED INFORMATION
Commands: dtscp(1m), dtsdate(1m), dcecp(1m).
Books: OSF DCE Administration Guide
dtsd(1m)