3.30.2013
3.19.2013
window 8, juniper ssl vpn, rdp connection issues
HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client\
Create a dword and assign a value of 1 to: tofClientDisableUDP dword:00000001
2.23.2013
UEFI shell F-keys
example to simulate F3 for exit in the efi edit command editor press ESC then 3.
1.19.2013
upgrade Solutions Enabler - getting symcfg discover error message
# /usr/symcli/bin/symcfg discover
The SYMAPI database file cannot be used because it was written by a version of SYMAPI that is no longer supported
then do this:
# > /var/symapi/db/symapi_db.bin
That's the same as doing: cat /dev/null > /var/symapi/db/symapi_db.bin
Now you can do the symcfg discover without errors.
11.19.2012
long hostname - kernel tuneable.
If a server is not properly configured for long host names, the kernel tunable expanded_node_host_names needs to be set to1 and the server may need to be rebooted (even though the kernel tunable parameter is dynamic).
I believe this only works if you have certain patches installed or at 11.31 or something, not sure.10.11.2012
how to install apk on andriod device
archived versions of Flash player for Android
c7000 enclosure health degraded
watch hulu on android by editing flash library via app
10.10.2012
find the destination for DFS shares
10.04.2012
individual umask in sftp/scp
Match Group <group name>
ForceCommand internal-sftp -u 73
Or, add the following two lines at the end of the file to configure the sftp umask for a single user.
Match User <user name>
ForceCommand internal-sftp -u 73
9.28.2012
syslogd cores
9.27.2012
8.17.2012
Windows 7 enable lpr/lpq
or turned on.
go into control panel and "turn windows features on or off" and under
"print and document services" turn on "lpr port monitor"
8.13.2012
EMC Open Migrator
it's synced real time via dynamic kernel module. it works on raw
logical volumes. Here's how it works. you configure new logical
volumes of the exact same size as the old ones using new LUNs (and a
new VG of course, which is a good time to maybe change the VG details
- max PE, etc). then create session files which "pair" up the old LV
to new LV. Once the sync is complete and you can take an outage,
unmount the old LV and VG and new ones too. Then stop the session and
mount the new stuff.
Open Migrator (OpenMigrator or OM) details:
create session file, /tmp/session1_pairs contents:
/dev/vg00/rlvol11 /dev/new-vg00/rlvol1
/sbin/stormigrate create -file /tmp/session1_pairs -session u01
/sbin/stormigrate list
/sbin/stormigrate activate -s u01
/sbin/stormigrate show -s u01
/sbin/stormigrate copy -s u01
/sbin/stormigrate query -s u01
/sbin/stormigrate query -i 5 -s u01
/sbin/stormigrate query -miostat -s u01
/sbin/stormigrate tune -ceiling 40
/sbin/stormigrate tune -mio_recover_action log
/sbin/stormigrate tune -mio_recover_action term
higher IO:
/sbin/stormigrate tune -iosize 128 -mio_perf_ratio 500
umount /u01
vi /etc/fstab -- update to san-np01
then deactivate session:
/sbin/stormigrate deactivate -s u01
/sbin/stormigrate delete -session u01
mount /u01
bdf /u01 -- verify using new VG and lvol
8.08.2012
dbprofile/lanboot and PXE-E18 error
Use dbprofile and lanboot on an Itanium server but get this:
PXE-E18: Server response timeout.
and this shows up in the ignite server's syslog:
tftp: client does not accept options
receive: RRQ /opt/ignite/boot/hpux.efi octet blksize 16384
send: OACK blksize 16384
send_file: recv: Can't assign requested address
receive: RRQ /opt/ignite/boot/hpux.efi octet blksize 16384
send: OACK blksize 16384
send_file: recv: Can't assign requested address
receive: RRQ /opt/ignite/boot/hpux.efi octet blksize 16384
send: OACK blksize 16384
Transfer timed out
Then add the following option to the tftpd entry in inetd.conf:
-s -r blksize
so something like this:
tftp dgram udp wait root /usr/lbin/tftpd tftpd -s -r blksize /opt/ignite /var/opt/ignite
See this for full instructions:
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=110&prodSeriesId=4077173&prodTypeId=18964&objectID=c03083630