<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: febbraio 2009

BIOLNX

martedì 24 febbraio 2009

Agent Raid Manager IBM over LINUX

For stop start or restart :

Usage: /etc/init.d/raid_agent {start|stop|restart}

martedì 17 febbraio 2009

Change layout keyboard ESX service console

Go to your ESX console and edit this file /etc/sysconfig/keyboard
KEYBOARDTYPE=”pc”
KEYTABLE=”us″

and change only the second line
KEYTABLE=”it”

domenica 15 febbraio 2009

Servizio per la connessione al Virtual center

Il servizio che permette la connessione con il virtual center e '

vmware-vpxa

quindi una delle prove da fare se un host vmware non si collega con il virtual center
e' quella di riavviare il servizio :

service vmware-vpxa restart

venerdì 13 febbraio 2009

3004-698 Error committing changes to test: value is invalid

Change or delate user from smitty or with mkuser over AIX 5.3 :

3004-698 Error committing changes to test: value is invalid



The problem is :

There was a missing/invalid entry in the /etc/passwd file

mercoledì 11 febbraio 2009

Unable to execute the command

/usr/bin/rsh backup10 -v dir
Unable to execute the command


you need to login as "root" on the Windows box, run rshpswd
and type in root's current, valid password.

martedì 10 febbraio 2009

Change Paging Space AIX

For determine the paging space :

lsps -a

For incrase :

chps -s 3 hd6

For reduce:

chps -d 3 hd6

3 is the logical partitions

smitty not start

When start smitty from console AIX server :

The environment variable TERM is currently set to a terminal type that does
not support the full screen display capabilities required for SMIT.
Set TERM to an appropriate terminal type or use another terminal.

I need :

export TERM=vt100
smitty