Tagged: R10 8.3_109 Black screen boot
- This topic has 10 replies, 3 voices, and was last updated 4 years, 6 months ago by kingfisher678.
-
AuthorPosts
-
January 9, 2019 at 9:06 am #48575
Hello,
we got several R10 wyses and want to manage them with wms on premise.
As we can’t add them to wms with 8.0_210 someone at Dell give us the 8.3_109.I’ve tried an upgrade from 8.0_210 to 8.3_109 everything seems to be ok and I can manage the wyse from our wms server but as soon as I shutdown the wyse it’s no longer possible to boot it.
I’m stuck with a black screen instead of loading the OS.
The only way is to plug an USB key to downgrade the OS to 8.0_210I’ve found nothing about it, anyone got an Idea ?
edit : I also tried with the 8.3_109 image found in the donwload area (in cas of the other file was corrupted) but same issue …
thanks and regards,
Nicolas.
January 9, 2019 at 9:15 am #48577January 9, 2019 at 10:11 am #48581Hello and thanks for the quick answer.
I’ve already check the good practises to upgrade thinos and I have tried upgrading from 8.0_210 to 8.0_512 then to 8.3_109 and I got the same issue …Nicolas.
January 9, 2019 at 10:19 am #48585Can you post the ThinOS eventlog after the upgrade to 8.3_109?
CG
January 9, 2019 at 3:58 pm #48679Hello,
here is the eventlog :
14:06:45 System Start Date: 2019/01/09 Wednesday
14:06:45 Version du systeme : HF 8.3_109 (ROM : 1.0H_SPC)
14:06:45 Characteristics: FilesystemSecurity
14:06:45 Version UC : AMD Sempron(tm)
14:06:45 PKG: extracting rom.pkg V1.01 …
14:06:45 rom.pkg: 236 files extracted
14:06:45 VGA: offscreen video ram = 86 MB
14:06:45 B: registered, type 0x7, size 256 MB.
14:06:45 PKG: base.i386.pkg V1.24, size 10271260, files 250
14:06:45 CERT: built-in certificate GTECTGlobalRoot.crt expired.
14:06:45 Initializing Certification Center …
14:06:45 locale/French.msg: No such file or directory
14:06:46 Ethernet device version: RTL8169sc/8110sc.
14:06:46 ENET: Recherche de l’adresse IP via DHCP …
14:06:46 AUDIO: Change record device to HD Audio
14:06:46 AUDIO: Change playback device to HD Audio
14:06:47 VUSB: Local Device(0x046d,0xc31c,0x03,0x01,0x01)
14:06:47 USB: Found a new 1.5Mbps device “usbhid” on port 5
14:06:47 USB: Found a new 1.5Mbps device “usbhid” on port 5
14:06:48 VUSB: Local Device(0x413c,0x301a,0x03,0x01,0x02)
14:06:48 USB: Found a new 1.5Mbps device “usbhid” on port 6
14:06:53 Obtain IP[192.168.0.10] from DHCP server[192.168.0.1]
14:06:53 DHCP lease time: 04:00:00
14:06:53 Obtain WDM server [http://wdm:80] from DHCP server[192.168.0.1]
14:06:53 ENET: set default gateway 192.168.0.2
14:06:53 Set Name Servers: DNS DOMAIN=[dom.fr]
14:06:53 Set Name Servers: DNS=[192.168.0.3; 192.168.0.4]
14:06:53 Set Name Servers: WINS=[]
14:06:53 Checking 1 Packages …
14:06:53 IDE: reformat C: with encryption method AES …
14:06:53 ide1: initializing …
14:06:53 ide1: total 524288 sectors
14:06:54 CCM agent: Looking up settings by DNS SRV record …
14:06:54 Contacting CCM Server …
14:06:54 CCM agent is retrieving full configurations.
15:06:59 CCM agent received configurations
15:06:59 CCM agent checked in …
15:06:59 locale/French.msg: No such file or directory
15:06:59 Received Full configuration from CCM.
15:06:59 Connexion au serveur de fichiers …
15:07:07 Cannot access system profile
15:07:07 Skipping firmware check on ftp since already received upgrade/downgrade request from CCM.
15:07:07 Contacting SNTP [sntp.dom.fr] …______
Thanks,
Nicolas.
January 10, 2019 at 5:11 pm #48787Try to add
PlatformConfig=all EncryptFS=yes
to your wnos.ini before you upgrade the client.
Just a test.CG
March 7, 2019 at 9:18 am #49292Hello,
If someone got the same issue as me: after several tests and mails with dell I got some news.
If you try to push some configuration to R10 from WMS it will brick the wyse.
The only thing you can do with WMS and R10 with 8.3 is inventory.Thanks for your answers.
Nicolas.
February 18, 2020 at 8:48 pm #51800Does WMS allow you to actually see R10 winterms online? We have already upgraded all of ours to 8.3_014 but Dell does not think they will be visible. Our environment runs off of FTP so this is purely for inventory purposes and to validate firmware.
February 18, 2020 at 10:02 pm #51802Hello,
We can’t see our R10 with WMS, as we only wants to inventory our R10 here’s what we have done :
1- Dhcp provide file server adress
2- FTP pushes wnos.ini conf file wich enable SNMP of R10
3- I uses a scheduled task to launch a script to scan SNMP and get R10 infos
4- The script fill a XML doc with all R10 infos collected
5- with a short php code we display the XML infosSo we have a little inventory without using WMS.
BR,
Nicolas.
February 19, 2020 at 6:03 pm #51811Thanks niccar. We are also using FTP to manage our devices and snmp for reboots. We are moving away from WDM 5.7.2 to WMS 1.4 and that our main concern was that visability. So far I have found the following and am testing it out. Would you mind including the script you are using if different?
Here’s a modified snippet of code from one of our PowerShell scripts that uses SNMP to query info from WYSE thin clients:
#– The below assumes you have a value set for $WYSEClientAddress and SNMPUTIL.EXE in c:tools
#– Get the uptime remotely
$WYSEUptimeTimeTicks = c:toolsSNMPUTIL.exe get $WYSEClientAddress SNMPWYSE .1.3.6.1.2.1.1.3.0 | Select-Object -Skip 1 |% {$(($_ -split ‘=’)[1] -replace (‘TimeTicks’,”)).Trim()}
$WYSEUptimeDays = ([datetime]::Now – ([datetime]::Now).AddSeconds(-($WYSEUptimeTimeTicks[0]/100))).days
$WYSEUptimeHours = ([datetime]::Now – ([datetime]::Now).AddSeconds(-($WYSEUptimeTimeTicks[0]/100))).hours
$WYSEUptimeMins = ([datetime]::Now – ([datetime]::Now).AddSeconds(-($WYSEUptimeTimeTicks[0]/100))).minutes
$WYSEUptimeSecs = ([datetime]::Now – ([datetime]::Now).AddSeconds(-($WYSEUptimeTimeTicks[0]/100))).seconds
$WYSEUptime = “$WYSEUptimeDays” + ” days ” + “$WYSEUptimeHours” + ” hours ” + “$WYSEUptimeMins” + ” mins ” + “$WYSEUptimeSecs” + ” secs”#– Get the NIC speed remotely
$WYSENICSpeed = c:toolsSNMPUTIL.exe get $WYSEClientAddress SNMPWYSE .1.3.6.1.4.1.714.1.2.6.2.4.0 | Select-Object -Skip 1 |% {$(($_ -split ‘=’)[1] -replace (‘String’,”)).Trim()}#– Get the firmware version remotely
$WYSEfirmware = c:toolsSNMPUTIL.exe get $WYSEClientAddress SNMPWYSE .1.3.6.1.2.1.1.1.0 | Select-Object -Skip 1 |% {$(($_ -split ‘=’)[1] -replace (‘String’,”)).Trim()}#– Get the INI server details remotely
$WYSEConfigServer = c:toolsSNMPUTIL.exe get $WYSEClientAddress SNMPWYSE .1.3.6.1.4.1.714.1.2.6.2.2.0 | Select-Object -Skip 1 |% {$(($_ -split ‘=’)[1] -replace (‘String’,”)).Trim()}
$WYSEConfigServerPath = c:toolsSNMPUTIL.exe get $WYSEClientAddress SNMPWYSE .1.3.6.1.4.1.714.1.2.6.2.3.0 | Select-Object -Skip 1 |% {$(($_ -split ‘=’)[1] -replace (‘String’,”)).Trim()}#– Output the details
$WYSEUptime
$WYSENICSpeed
$WYSEfirmware
$WYSEConfigServer
$WYSEConfigServerPathFebruary 21, 2020 at 10:28 pm #51819I will give it a test. Thank you so much Niccar!
-
AuthorPosts
- You must be logged in to reply to this topic.