Sponsored Content
Operating Systems AIX NIM : remove nim client info from the client Post 302607545 by designbc on Wednesday 14th of March 2012 05:34:59 PM
Old 03-14-2012
Try smit eznim

Last edited by designbc; 03-14-2012 at 06:43 PM..
 

10 More Discussions You Might Find Interesting

1. AIX

NIM client mksysb restore

Can a NIM client mksysb restore be performed via NIM (smitty nim) without the NIM client machine having the NIM server's IP and hostname in its /etc/hosts file? (10 Replies)
Discussion started by: kah00na
10 Replies

2. AIX

problem adding NIM client

Hello All, While trying to add NIM client to the NIM environment from NIM client machine, I get the following error: 1800-109 There are currently no additional SMIT screen entries available for this item. This may require installation of additional software before it can be accessed. ... (1 Reply)
Discussion started by: solaix14
1 Replies

3. AIX

backup NIM client

Hello everyone I would like to hear your opinions about this procedure to backup a client to my nim master 1.-I got a cron that make a mksysb from x machine 2.-This mksysb I send by ftp to my nim master. 3.-When I got it in the nim master machine. I create a mksysb resource from this... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

4. AIX

Back up a client NIM from nim master

Hello everyone Im trying to backup a nim client from nim master but I got this message COMMAND STATUS Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. 0042-001 nim:... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

5. AIX

aix-configure nim client

:b:Hi... I need help to configure nim client on nim server.. can i define aix 5.3.4.0 on aix 5.3.7.0 nim server.. while i m configuring nim client on nim server its getting msg that images not same.. i need to confirm that both version should be same or not.. Thanks.. (5 Replies)
Discussion started by: sumathi.k
5 Replies

6. AIX

NIM client boot problem

Hi all, I have created VIO Server which serves 3 lpars. All of them are on VLAN ID 50. From one lpar I installed and set up NIM master server called testAIX1. I have created client and allocated resources to it: testAIX1:/ > lsnim -l test_lpar test_lpar: class = machines ... (4 Replies)
Discussion started by: phobus
4 Replies

7. AIX

filesets nim client

Hello everyone I was looking for the filesets to install a nim client on a linux box. (red hat 5 for power) I have the nim master on aix box and I have different nim client with aix. I download some filesets fron aix cd to linux box, but Im still hang up. Some one know where I can find... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

8. AIX

Nim client with different subnet to Master

Iam attempting to add a client to NIM however the new client has a different subnet than master 10... & 193... , I've established from redbooks that it should be possible but can't find anything that states how? Does anyone use nim in this way? (5 Replies)
Discussion started by: gefa
5 Replies

9. AIX

Problem in communication nim client with nim master

Hello, I have an AIX6.1 machine which is a nim client to my nim master which is also AIX6.1 machine. I had some problem to perform an installation on my client using smit nim . i removed /etc/niminfo file in order to do the initialization again but when i run the command niminit -a name=client... (0 Replies)
Discussion started by: omonoiatis9
0 Replies

10. AIX

How to know NIM name from NIM client?

Friend's, I was playing around with NIM in my environment & had a quick question in mind which I didn't/couldn't find answer to, which is -- how to find the name of the NIM server sitting on the NIM client? All leads to the answer would be much appreciated, many thanks! -- Souvik (2 Replies)
Discussion started by: thisissouvik
2 Replies
Gnome2::Client(3pm)					User Contributed Perl Documentation				       Gnome2::Client(3pm)

NAME
Gnome2::Client - wrapper for GnomeClient HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Client METHODS
client = Gnome2::Client->new client = Gnome2::Client->new_without_connection $client->add_static_arg (...) o ... (list) $client->set_clone_command (...) o ... (list) string = $client->get_config_prefix $client->connect boolean = $client->connected $client->set_current_directory ($dir) o $dir (string) string = $client->get_desktop_id $client->set_discard_command (...) o ... (list) $client->disconnect $client->set_environment ($name, $value) o $name (string) o $value (string) clientflags = $client->get_flags $client->flush string = $client->get_global_config_prefix $client->set_global_config_prefix ($prefix) o $prefix (string) string = $client->get_id Gnome2::Client->interaction_key_return ($key, $cancel_shutdown) o $key (integer) o $cancel_shutdown (boolean) client = Gnome2::Client->master string = $client->get_previous_id $client->set_priority ($priority) o $priority (integer) $client->request_interaction ($dialog_type, $function, $data=undef) o $dialog_type (Gnome2::DialogType) o $function (scalar) o $data (scalar) $client->request_phase_2 $client->request_save ($save_style, $shutdown, $interact_style, $fast, $global) o $save_style (Gnome2::SaveStyle) o $shutdown (boolean) o $interact_style (Gnome2::InteractStyle) o $fast (boolean) o $global (boolean) $client->set_resign_command (...) o ... (list) $client->set_restart_command (...) o ... (list) $client->set_restart_style ($style) o $style (Gnome2::RestartStyle) $client->save_any_dialog ($dialog) o $dialog (Gtk2::Dialog) $client->save_error_dialog ($dialog) o $dialog (Gtk2::Dialog) $client->set_shutdown_command (...) o ... (list) SIGNALS
boolean = save-yourself (Gnome2::Client, integer, Gnome2::SaveStyle, boolean, Gnome2::InteractStyle, boolean) die (Gnome2::Client) save-complete (Gnome2::Client) shutdown-cancelled (Gnome2::Client) connect (Gnome2::Client, boolean) disconnect (Gnome2::Client) ENUMS AND FLAGS
flags Gnome2::ClientFlags o 'is-connected' / 'GNOME_CLIENT_IS_CONNECTED' o 'restarted' / 'GNOME_CLIENT_RESTARTED' o 'restored' / 'GNOME_CLIENT_RESTORED' enum Gnome2::DialogType o 'error' / 'GNOME_DIALOG_ERROR' o 'normal' / 'GNOME_DIALOG_NORMAL' enum Gnome2::InteractStyle o 'none' / 'GNOME_INTERACT_NONE' o 'errors' / 'GNOME_INTERACT_ERRORS' o 'any' / 'GNOME_INTERACT_ANY' enum Gnome2::RestartStyle o 'if-running' / 'GNOME_RESTART_IF_RUNNING' o 'anyway' / 'GNOME_RESTART_ANYWAY' o 'immediately' / 'GNOME_RESTART_IMMEDIATELY' o 'never' / 'GNOME_RESTART_NEVER' enum Gnome2::SaveStyle o 'global' / 'GNOME_SAVE_GLOBAL' o 'local' / 'GNOME_SAVE_LOCAL' o 'both' / 'GNOME_SAVE_BOTH' SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::Client(3pm)
All times are GMT -4. The time now is 11:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy