07-21-2006
Does it work now?
I also had problems with the auto_master, but it was no problem to comment the line and have the system booting without delay.
8 More Discussions You Might Find Interesting
1. AIX
I've installed AIX 5.1 on a 43p-140, but am unable to log in. At no point in the install did it ask me for a root password. When it boots to the console prompt, I enter "root" as a username, and then after 1 second it cycles right back to another root prompt.
I am accessing the 43p-140... (4 Replies)
Discussion started by: akbar
4 Replies
2. Solaris
Hello,
For whatever reason, after installing Solaris 10 I can ping anything within my own LAN, including the router which is also set as the default gateway, but I have no internet connectivity with it. At first I thought this was a DNS issue, but I can't connect with external IP addresses... (3 Replies)
Discussion started by: Quadratic
3 Replies
3. Solaris
Dear All
I am in a strange situation where I have install the Solaris 10 5/08 OS on Netra 1280 server. When I connect it through my laptop so that I can take the GUI from xmanager. When I try to login as root or any other users also through Java Destop Environment which accepted it after few... (3 Replies)
Discussion started by: girish.batra
3 Replies
4. Solaris
Hi all
Im rebuilding an 6800 domain with solaris 10. Server is located in a different town and cant be bothered to drive down and install a dvd into its drive.
So, apart from jumpstarting it and using a local DVD, is there a way I can an ISO image to build a new client ?? eg. mount an ISO... (2 Replies)
Discussion started by: sbk1972
2 Replies
5. Solaris
Installing Solaris 8 for the first time...on a SunBlade 100. I have original Solaris 8 CD's.
About 45 minutes into the installation, the install halts with the following errors:
ERROR: Could not open file /a/etc/vfstab
ERROR: Could not create the file system mount table /etc/vfstab
I... (4 Replies)
Discussion started by: cdunavent
4 Replies
6. AIX
Hi Everyone,
I have been struggling for few days with iSCSI and thought I could get some help on the forum...
fresh install of AIX7.1 TL4 on Power 710, The rootvg relies on 3 SAS disks in RAID 0, 32GB Memory
The lpar Profile is using all of the managed system's resources.
I have connected... (11 Replies)
Discussion started by: frenchy59
11 Replies
7. Debian
Hello,
I have downloaded and install debian in computer it is blinking cursor what this mean? (6 Replies)
Discussion started by: Riteshkakkar
6 Replies
8. Solaris
I have M10-1. Installation OS 10 from cdrom external.
Here message from OK Prompt
{0} ok probe-scsi-all
/pci@8000/pci@4/pci@0/pci@2/pci@0/usb@4,1/cdrom@1
Unit 0 Removable Read Only device HL-DT-STDVDRAM GP65NB60 PF00
But..
{0} ok boot... (3 Replies)
Discussion started by: mbahjiman
3 Replies
LEARN ABOUT HPUX
dtwsmsetcurrentworkspace
DtWsmSetCurrentWorkspace(library call) DtWsmSetCurrentWorkspace(library call)
NAME
DtWsmSetCurrentWorkspace -- set the current workspace
SYNOPSIS
#include <Dt/Wsm.h>
int DtWsmSetCurrentWorkspace(
Widget widget,
Atom aWorkspace);
DESCRIPTION
The DtWsmSetCurrentWorkspace function works with the CDE workspace manager, dtwm(1), and sets the current workspace. Applications can use
this function to switch from the current workspace to another workspace.
The widget argument is a realized widget on the screen of interest.
The aWorkspace argument is the name (in X atom form) of the workspace to be made current.
RETURN VALUE
Upon successful completion, the DtWsmSetCurrentWorkspace function returns Success; otherwise, it returns a value not equal to Success.
APPLICATION USAGE
If the DtWsmSetCurrentWorkspace function is not successful, the most likely reason for failure is that the CDE workspace manager, dtwm(1),
is not running. The DtWsmSetCurrentWorkspace function requires a widget. A gadget is not acceptable for the widget argument.
DtWsmSetCurrentWorkspace sends a message to the CDE workspace manager, dtwm(1), to switch workspaces. If the workspace name is not valid,
no action is taken and the workspace manager reports no error.
SEE ALSO
Dt/Wsm.h - DtWsm(5), dtwm(1), DtWsmGetCurrentWorkspace(3).
DtWsmSetCurrentWorkspace(library call)