<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: aprile 2012

BIOLNX

martedì 24 aprile 2012

Maxuproc

How to verify max user proc over AIX?

root@xxxxxx:/# lsattr -El sys0 -a maxuproc
maxuproc 128 Maximum number of PROCESSES allowed per user True

How to change?









root@xxxxxx:/# chdev -l sys0 -a maxuproc=256
sys0 changed








root@xxxxxx:/# lsattr -El sys0 -a maxuproc
maxuproc 256 Maximum number of PROCESSES allowed per user True

Teamviewer and cloned virtual machine

When you have cloned a virtual machine whit running teamviewer the new machine have the same id of source VM.
For change the id in the new machine, stop the service and  :

Remove ClientIC and ClientID.
 64 bit
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamViewer\VersionX

32 bit
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\VersionX

domenica 22 aprile 2012

Disable fsck at boot

For disable fsck at boot of OS need change last number of fstab line for my filesystem :


/dev/VolGroup/LogVol  /mountpoint   ext4  defaults 1 0  <-- fsck is disable
 
 
detail 
 
 
 

sabato 21 aprile 2012

Configure MDS9000 configuration backup

Step 1 - Enable scheduler

MDS-TAPE-3S-01# config terminal
Enter configuration commands, one per line.  End with CNTL/Z.
MDS-TAPE-3S-01(config)# scheduler enable

Step 2 - Create job

MDS-TAPE-3S-01(config)#
MDS-TAPE-3S-01(config)#
MDS-TAPE-3S-01(config)# scheduler job name backup_config
MDS-TAPE-3S-01(config-job)# copy running-config startup-config
MDS-TAPE-3S-01(config-job)# copy startup-config tftp://xxx.xxx.xxx.xxx/MDS-TAPE-3S-01_$(TIMESTAMP)
MDS-TAPE-3S-01(config-job)#
MDS-TAPE-3S-01#

Step 3 - Create scheduler and connect job

MDS-TAPE-3S-01# conf t
Enter configuration commands, one per line.  End with CNTL/Z.
MDS-TAPE-3S-01(config)# scheduler schedule name serale_22
MDS-TAPE-3S-01(config-schedule)# job name backup_config
MDS-TAPE-3S-01(config-schedule)# time daily 22:35
MDS-TAPE-3S-01(config-schedule)#

Step 4 - Verify configuration scheduler

DS-TAPE-3S-01# show scheduler schedule
Schedule Name       : serale_22
-------------------------------
User Name           : admin
Schedule Type       : Run every day at 22 Hrs 35 Mins
Last Execution Time : Yet to be executed
-----------------------------------------------
     Job Name            Last Execution Status
-----------------------------------------------
    backup_config                         -NA-
=======================================


It is possible schedule job weekley :

MDS-TAPE-3S-01(config-schedule)# time weekly Sun:23:30


For change job is not possible modify actual job but need delete  and recreate