Thursday, August 11, 2016

Remote Desktop Session

Multiple Session:

gpedit.msc
Administrative Template --------> Windows Component ----------> Remote Desktop -------> Connections

- Open Server Manager
- Select Add Roles and Features
- Select Role Based Installation
- Install the roles below
Do note, that in this case you cannot use Server Manager to manage the RDS environment, which means you need to use i.e. GPO to configure licensing, and manually add users to the local Remote Desktop Users group to allow access.

Domain Controller FSMO Role change

Domain Controller FSMO Role change

 

NetDOM /query FSMO

ntdsutil
roles
connection
connecto server (target server name)
q

Seize Schema Master
Seize Naming Master
Seize PDC
Seize RID master
Seize Infrastructure Master


Transfer domain naming master
Transfer infrastructure master
Transfer PDC
Transfer RID master

Transfer schema master

Wednesday, August 10, 2016

Duplicate IP - ARP IP removal

ARP IP removal


1.  Click Start , type regedit in the Start Search box, and then press ENTER. 
2.  Locate the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 
3.  On the Edit menu, point to New , and then click DWORD Value . 
4.  Type ArpRetryCount . 
5.  Right-click the ArpRetryCount registry entry, and then click Modify . 
6.  In the Value data box, type 0 , and then click OK . 
7.  Exit Registry Editor. 

(Reboot)

Friday, August 5, 2016

AIX 6.1: Extend VG

extendvg

In case error wrt PPs:
like:
 0516-1254 extendvg: Changing the PVID in the ODM.
0516-1714 extendvg: The total number of partitions on the disks for this
        volume group would be 36788, which exceeds the current maxpps
        value of 32768.  Increase the maxpps value to 65536 using
        the chvg -P command, then retry.
0516-792 extendvg: Unable to extend volume group.

#  lsvg -p

lsvg

Look for Max PPs per VG:

MAX PPs per VG:     32768 

# chvg -P 36636
# lsvg newdatavg
Value changed for PPs
MAX PPs per VG:     65536 

extendvg

Add size to mounting point.

# chfs -a size=+200G
in case error to add size:

0516-787 extendlv: Maximum allocation for logical volume fslv03
        is 19700


# df -gt
    Look for which mount point Filesystem mapped. my case /dev/fslv03
# chlv -x 28800 fslv03
 chfs -a size=+200G

Verify by 
# df -gt
AIX 6.1: Extend VG

extendvg

In case error wrt PPs:
like:
 0516-1254 extendvg: Changing the PVID in the ODM.
0516-1714 extendvg: The total number of partitions on the disks for this
        volume group would be 36788, which exceeds the current maxpps
        value of 32768.  Increase the maxpps value to 65536 using
        the chvg -P command, then retry.
0516-792 extendvg: Unable to extend volume group.

#  lsvg -p

lsvg

Look for Max PPs per VG:

MAX PPs per VG:     32768 

# chvg -P 36636
# lsvg newdatavg
Value changed for PPs
MAX PPs per VG:     65536 

extendvg

Add size to mounting point.

# chfs -a size=+200G
in case error to add size:

0516-787 extendlv: Maximum allocation for logical volume fslv03
        is 19700


# df -gt
    Look for which mount point Filesystem mapped. my case /dev/fslv03
# chlv -x 28800 fslv03
 chfs -a size=+200G

Verify by 
# df -gt

Thursday, August 4, 2016

Journey

Hi

Reading any book and writing any notes. Not my choice but yes want to share the experience of the this journey.
A journey which have ups and downs like others life, but the challenges, obstacles, social bumpers are such stoppers which may let you down but, keep the confidence in yourself and keep walking.