1. Use 7-zip to open the ~350MB executable and extract the contents
2. In Windows 8, run dotnetfx35.exe – it will prompt you to download and install .NET 2.0. I let it download and install the files it needed.
Next, run vjredist64.exe (Assuming Windows 8 x64)
3. Right-Click VMware-viclient.exe, choose “Properties”
On the “Compatibility” tab, check the “Run this program in compatibility mode for:” and choose “Windows 7″ from the list. Click “Ok”
4. Run the VMware-viclient installer as you normally would.
Thursday, May 30, 2013
Tuesday, May 28, 2013
Uninstall AltirisAgent
C:\Program Files\Altiris\Altiris Agent>AeXAgentUtil.exe /uninstallagents /clean
Friday, May 10, 2013
VLAN Taging VMware
1.Virtual Switch Tagging (VST)
- Trunk port set vlan 0
2.External Switch Tagging (EST)
- Tag 802.1q Port to ESXi host
3.Virtual Guest Tagging (VGT)
- Trunk port set vlan 4065 (all vlan)
- Tag vlan on guest ( must install vmware tool driver )
- set vlan id on device manager > network adapter > advance > vlan id
- Trunk port set vlan 0
2.External Switch Tagging (EST)
- Tag 802.1q Port to ESXi host
3.Virtual Guest Tagging (VGT)
- Trunk port set vlan 4065 (all vlan)
- Tag vlan on guest ( must install vmware tool driver )
- set vlan id on device manager > network adapter > advance > vlan id
Tuesday, April 23, 2013
File Shared between Domain and Workgroup
@Domain Controller
Local Security Policy > Local Policies > User Rights Assignment
access this computer from the network = everyone
Deny access to this computer from the network =! Guest , everyone
Local Security Policy > Local Policies > Security Options
Network access: Let Everyone permissions apply to anonymous users = enable
Local Security Policy > Local Policies > Security Options
Accounts: Limit local account use of blank passwords to console logon only : disable :df enable
Local Security Policy > Local Policies > User Rights Assignment
access this computer from the network = everyone
Deny access to this computer from the network =! Guest , everyone
Local Security Policy > Local Policies > Security Options
Network access: Let Everyone permissions apply to anonymous users = enable
Local Security Policy > Local Policies > Security Options
Accounts: Limit local account use of blank passwords to console logon only : disable :df enable
Thursday, March 14, 2013
ESXi Update Patch
esxcli --server=vmd-04.nida.local --username=root software vib update --depot=/vmfs/volumes/EMC_DataStore/Patch/ESXi510-201303001.zip
resize fast_recovery_area & clear archive log using RMAN
Resize fast_recovery area
==================
$ sqlplus / as sysdba
SQL>archive log list;
SQL>show parameter db_recovery_file_dest
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string /u01/app/oracle/fast_recovery_
area
db_recovery_file_dest_size big integer 8G
SQL> !du -ksh /u01/app/oracle/fast_recovery_area
12G /u01/app/oracle/c
SQL> alter system set db_recovery_file_dest_size=8G;
SQL> alter system switch logfile;
Clear Archive log used RMAN
=======================
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F';
BACKUP FORMAT '/u02/rman_backup/%na_fullbackup_%U' TAG FULL_20130314 DATABASE PLUS ARCHIVELOG DELETE ALL INPUT;
Set Retention Policy
===============
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS ;
==================
$ sqlplus / as sysdba
SQL>archive log list;
SQL>show parameter db_recovery_file_dest
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string /u01/app/oracle/fast_recovery_
area
db_recovery_file_dest_size big integer 8G
SQL> !du -ksh /u01/app/oracle/fast_recovery_area
12G /u01/app/oracle/c
SQL> alter system set db_recovery_file_dest_size=8G;
SQL> alter system switch logfile;
Clear Archive log used RMAN
=======================
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F';
BACKUP FORMAT '/u02/rman_backup/%na_fullbackup_%U' TAG FULL_20130314 DATABASE PLUS ARCHIVELOG DELETE ALL INPUT;
Set Retention Policy
===============
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS ;
Tuesday, March 12, 2013
Enable-Mailbox used aSAMaccountName Exchange 2010
Used Exchange PowerShell
$mb = Get-User -OrganizationalUnit "domain.local/users" -RecipientTypeDetails User
$mb | Foreach{Enable-mailbox -Identity $_.Identity -Alias $_.sAMAccountName}
$mb = Get-User -OrganizationalUnit "domain.local/users" -RecipientTypeDetails User
$mb | Foreach{Enable-mailbox -Identity $_.Identity -Alias $_.sAMAccountName}
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
SET LLDP System NAME: system name ALL-Uplink system location SIAM-FL11 SHOW LLDP Configure: show lldp config or show lldp local-syste...
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => ...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...